home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCREATEEMAILOPTIONS / TFMCREATEEMAILOPTIONS.txt
Text File  |  2004-09-09  |  3KB  |  140 lines

  1. object fmCreateEmailOptions: TfmCreateEmailOptions
  2.   Left = 461
  3.   Top = 287
  4.   ActiveControl = edFilename
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compress and Email Options'
  7.   ClientHeight = 200
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object laFilename: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 84
  24.     Height = 13
  25.     Caption = 'Archive File &name'
  26.     FocusControl = edFilename
  27.   end
  28.   object laArchiveType: TLabel
  29.     Left = 8
  30.     Top = 56
  31.     Width = 63
  32.     Height = 13
  33.     Caption = '&Archive Type'
  34.     FocusControl = cbArchiveType
  35.   end
  36.   object laCompression: TLabel
  37.     Left = 8
  38.     Top = 104
  39.     Width = 60
  40.     Height = 13
  41.     Caption = 'C&ompression'
  42.     FocusControl = cbCompression
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 8
  46.     Top = 160
  47.     Width = 281
  48.     Height = 9
  49.     Shape = bsTopLine
  50.   end
  51.   object cbArchiveType: TComboBox
  52.     Left = 8
  53.     Top = 72
  54.     Width = 145
  55.     Height = 21
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     ItemIndex = 6
  59.     TabOrder = 1
  60.     Text = 'Zip Archive (*.zip)'
  61.     OnChange = cbArchiveTypeChange
  62.     Items.Strings = (
  63.       'BlakHole Archive (*.bh)'
  64.       'Microsoft Cabinet (*.cab)'
  65.       'Javasoft Archive (*.jar)'
  66.       'LHA Archive (*.lha)'
  67.       'LZH Archive (*.lzh)'
  68.       'Unix Tape Archive (*.tar)'
  69.       'Zip Archive (*.zip)')
  70.   end
  71.   object cbCompression: TComboBox
  72.     Left = 8
  73.     Top = 120
  74.     Width = 145
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     ItemIndex = 0
  79.     TabOrder = 2
  80.     Text = 'Maximum'
  81.     Items.Strings = (
  82.       'Maximum'
  83.       'Normal'
  84.       'Minimum'
  85.       'None')
  86.   end
  87.   object edFilename: TEdit
  88.     Left = 8
  89.     Top = 24
  90.     Width = 281
  91.     Height = 21
  92.     TabOrder = 0
  93.   end
  94.   object buPassword: TButton
  95.     Left = 176
  96.     Top = 72
  97.     Width = 113
  98.     Height = 25
  99.     Caption = '&Password'
  100.     TabOrder = 3
  101.     OnClick = buPasswordClick
  102.   end
  103.   object ckSaveFullPath: TCheckBox
  104.     Left = 176
  105.     Top = 120
  106.     Width = 113
  107.     Height = 17
  108.     Caption = 'Save &full path info'
  109.     TabOrder = 4
  110.   end
  111.   object buCreate: TButton
  112.     Left = 31
  113.     Top = 168
  114.     Width = 75
  115.     Height = 25
  116.     Caption = '&OK'
  117.     Default = True
  118.     TabOrder = 5
  119.     OnClick = buCreateClick
  120.   end
  121.   object buCancel: TButton
  122.     Left = 111
  123.     Top = 168
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'Cancel'
  127.     ModalResult = 2
  128.     TabOrder = 6
  129.   end
  130.   object buHelp: TButton
  131.     Left = 191
  132.     Top = 168
  133.     Width = 75
  134.     Height = 25
  135.     Caption = '&Help'
  136.     TabOrder = 7
  137.     OnClick = buHelpClick
  138.   end
  139. end
  140.